Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / NumericUpDown<T> Class / Increment Property


Increment Property (NumericUpDown<T>)
Gets or sets the amount in which to increment the value.
Syntax
'Declaration
 
Public Property Increment As T
 
'Usage
 
Dim instance As NumericUpDown(Of T)
Dim value As T
 
instance.Increment = value
 
value = instance.Increment

Property Value

the amount in which to increment the value.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also